home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-12-01 | 489 b | 22 lines |
- CC= sc
- SCOPTS= NOVERSION NOICONS LINK
-
- all: SCOPTIONS getaline strchkread streamwrite
-
- SCOPTIONS: SMakefile
- copy to $@ <from <
- $(SCOPTS)
- <
-
- getaline: SCOPTIONS getaline.c
- sc getaline.c
-
- strchkread: SCOPTIONS strchkread.c
- sc DEF=AMITCP idir=//include idir=netinclude: lib=//unix.lib strchkread.c
-
- streamwrite: SCOPTIONS streamwrite.c
- sc DEF=AMITCP idir=//include idir=netinclude: lib=//unix.lib streamwrite.c
-
- clean:
- -delete quiet \#?.(o|lnk) SCOPTIONS getaline strchkread streamwrite
-